@charset "utf-8";
html, body{
	width:100%;
	height:100%;
	
}
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);
body {	
	margin: 0;
	overflow-x: hidden ;
	
	/*
	-webkit-font-smoothing: antialiased;
	*/
	color:#333 !important;
	font-size:14.5px;
	
	
	
	
}
body {font-family: "Open Sans", "Nanum Barun Gothic", sans-serif,"Nanum Gothic","MalgunGothic", "Gullim",selif ;}
.nanum_gc{
	font-family: 'Nanum Gothic Coding', monospace !important;
}
.nanum_g{
	font-family: 'Nanum Gothic', sans-serif !important;
}

@font-face {
  font-family: "VogueSans";
  
  src: url("fonts/VogueSans.ttf") format("truetype");
  
}
@font-face {
  font-family: "Savoy";
  
  src:url("fonts/Savoy.ttf") format("truetype");
  
}
@font-face {
  font-family: "Franklin";
  
  src: url("fonts/Franklin.ttf") format("truetype");
  
}


a {
	
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.15s ease-in-out 0s;
	-moz-transition: color 0.15s ease-in-out 0s;
	-o-transition: color 0.15s ease-in-out 0s;
	transition: color 0.15s ease-in-out 0s;
}
.kor { word-wrap: break-word; word-break: keep-all; }/* 한글 줄바꿈 */


a img {
	border: none !important;
}

strong {
	font-weight: 600;
}

p {
	margin: 0.85em 0;
}
/* dhtml 사용시 본문 폰트지정 */
p span{
	font-family: "Open Sans", "Nanum Barun Gothic", sans-serif,"Nanum Gothic","MalgunGothic", "Gullim",selif  !important;
}

ul, ol {
	/* margin: 0 0 0px 30px;*/
	margin: 0;
	padding: 0;
}

ul {
    list-style: disc inside;
}

ol {
    list-style: decimal inside;
}


hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dadada;
}
title {
	display: block !important;
}
/*-------------------------------------------------------------------------*/
/* 2-   Typography
/*-------------------------------------------------------------------------*/

h1{
	font-family:  "NanumGothic","MalgunGothic", "Gullim" ,Arial, sans-serif ;
  font-weight: 300;
  font-size:2.18em;
	margin: 0 0 10px 0;
	text-rendering: optimizeLegibility;
}
h2,
h3,
h4,
h5,
h6 {
	font-family:"Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif,"MalgunGothic","NanumGothic", "Gullim"  ;
  font-weight: 700;
	margin: 0 0 10px 0;
	text-rendering: optimizeLegibility;
}
a{ color:#666 ;}
a:hover{color:#e91e63 ; text-decoration:none;}
.italic {
	font-style: italic;	
}

.uppercase {
	text-transform: uppercase;
}
.uppercase {
	text-transform: uppercase;
}
.normal-weight{
	font-weight:500;
}
.wide-letter{
	letter-spacing:2px;
}
.pink{
	color:#60C !important;
}
.red{
	color:#C00 !important;
}
.berry-pink{
	color:#e72f65;
}
.sig-color{
	background:#000;
}
.rere-white{
	color:#999 !important;
}
.rare-grey{
	color:#d7d7d7 !important;
}
.inline{
	display:inline-block;
}

.float-left{
	float:left;
}
.wide-padding{
	padding:0 6em !important;
}
.wide-padding02{
	padding:0 2em !important;
}
@media(max-width:1200px){
	.wide-padding, .wide-padding02{
	padding: 0 !important;
}
}

/*-------------------------------------------------------------------------*/
/* 3-  Float & clear & cover
/*-------------------------------------------------------------------------*/
.no-margin{
	margin:0 !important;
}
.no-padding{
	padding:0 !important;
}
.affix {
  position: fixed;
}
.clear {
	clear: both;
}
.clearfix:after	{ content: "."; visibility: hidden; display: block; height: 0px; clear: both; }
.hidden {
	display: none;
}
@media (max-width: 991px) {
	.mob-hidden{display: none !important;}
}
@media (min-width: 992px) {
	.pc-hidden{display: none !important;}
}

.overf {
	position: relative;
	overflow: hidden;
}
.vertical-center-helper {
    display:table;
    height: 100%;
    width:100%;
	
	text-align:center;
}
.vertical-center {
    /* To center vertically */
	
    display: table-cell;
    vertical-align: middle;
	text-align:center;
	
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block !important;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.textalignleft {
	text-align: left;
}

.textaligncenter {
	text-align: center;
}

.textalignright {
	text-align: right;
}

img.alignleft {
	float: left;
	margin: 20px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 20px 0 20px 25px;
}

img.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto !important;
}

img.alignnone {
	display: block;
	margin: 20px 0;
}

.img_full_responsive img {
	width: 100%;
	height: auto;
}
.full_img img{
}
.size-cover {
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
	 background-position:center center;
	 background-repeat:no-repeat;
	 
}
.white-background{
	background:	rgba(255,255,255,0.8);
}
.color-white{
	color:#ffffff;
}
.responsive-line {
	max-width: 65%; /* Customise it accordingly */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sq-overlay{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:url(../img/sq_bg.png);
	z-index:0;
}
.black-overlay{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:url(../img/blackbold.png);
	z-index:0;
}

/* Small */
@media(min-width:768px) and (max-width:991px){
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
}

/* Large */
@media(min-width:1200px){

	/* 우측 상단 메뉴 */
	#listTopMenu { text-align:right; }

	/* 푸터 좌측 메뉴 */
	#listBottomMenu { text-align:left; }
}

/* 여백 */
.zero-padding { padding:0px; }
.list-inline > li.zero-padding { padding: 0 0px; } /* 버튼 그룹 패딩 제거 */

/* 폭 */
.w30 { width:30px; }
.w60 { width:60px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w120 { width:120px; }

/* 테이블 */
.checkbox-middle { vertical-align:middle; } /* 게시판 타이틀 체크박스 */
.bottom-3b { border-bottom: 3px solid #ddd; } /* 테이블 하단 라인 */
.table tr:nth-of-type(1) th, .table tr:nth-of-type(1) td { border-top:none !important; } /* 테이블 첫줄 제거 */

/* 보정 - 삭제 예정 */
legend { display:none }
a.btn02 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
	
    float: none;
    height: 100%;
	padding:0 !important;
	margin:0 !important;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
/*video response */

.video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
	
}
.youtube iframe{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}